home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / WebObjects / WebObjectsDoc_HTML / Reuse / ReusableComponentsEx / ComponentChoice.wo / ComponentChoice.wod < prev    next >
Encoding:
Text File  |  1996-03-03  |  336 b   |  17 lines

  1.  
  2. RowRepetition: WORepetition {
  3.     list = componentNames;
  4.     item = currentComponentName;
  5. };
  6.  
  7. ComponentNameString: FontString {
  8.     value = currentComponentName;
  9.     fontSize = 3;
  10. };
  11.  
  12. PageButton: PageButton {
  13.     pageName = currentExampleName;
  14.     buttonImageName = "_navigateFwd.gif";
  15.     buttonImageComponent = "ComponentChoice";
  16. };
  17.